home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2582 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.iadfw.net!usenet
  2. From: Mark Nelson <markn@airmail.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Interrupt programming
  5. Date: Thu, 18 Jan 1996 09:39:19 -0600
  6. Organization: customer of Internet America
  7. Message-ID: <30FE69A7.24F3@airmail.net>
  8. References: <Pine.SGI.3.91.960115095405.27205A-100000@signy2>
  9. NNTP-Posting-Host: dal11-19.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b3 (Win95; I)
  14.  
  15. Kyrre Simonsen wrote:
  16. > Does anyone know where I can find information about interrupt
  17. > programming in BC++ (4.02)?
  18. > (I need ISR's that WORKS.)
  19. > Thanks.
  20. > kyrresi@stud.unit.noKyrre Simonsen wrote:
  21. > Does anyone know where I can find information about interrupt
  22. > programming in BC++ (4.02)?
  23. > (I need ISR's that WORKS.)
  24. > Thanks.
  25. > kyrresi@stud.unit.no
  26.  
  27. Hi Kyrre,
  28.  
  29. You don't say what kind of interrupt you are trying to support, so I 
  30. might be going out on a limb here.  My book, "Serial Communications: A 
  31. C++ Programmers Guide" uses an ISR written in C++ to handle 8250 
  32. interrupts.  If you are just looking for general guidelines, maybe it 
  33. can show you what you need.  The code in the book works properly with 
  34. Borland C++.  You can find more info on the book at my home page.
  35.  
  36. Mark Nelson
  37. http://web2.airmail.net/markn
  38.